projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c04006a
)
1999-05-22 Ben Elliston <bje@cygnus.com>
author
Ben Elliston
<bje@air.net.au>
Sat, 22 May 1999 12:37:18 +0000
(12:37 +0000)
committer
Ben Elliston
<bje@air.net.au>
Sat, 22 May 1999 12:37:18 +0000
(12:37 +0000)
* config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
<jiro@din.or.jp>.
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index ff7803f9629c1c4f565e8e11682af92f1de34b57..b6c264af12e1fea6fa882713b3c79ad25c859fa7 100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-915,7
+915,7
@@
EOF
news*:NEWS-OS:*:6*)
echo mips-sony-newsos6
exit 0 ;;
- R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R
4
000:UNIX_SV:*:*)
+ R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R
*
000:UNIX_SV:*:*)
if [ -d /usr/nec ]; then
echo mips-nec-sysv${UNAME_RELEASE}
else